home *** CD-ROM | disk | FTP | other *** search
/ PC Plus SuperCD (UK) 1994 June / PC Plus Super CD coverdisc Issue 93 June 1994.iso / suprdisk / button / readme.txt < prev   
Encoding:
Text File  |  1994-03-26  |  2.0 KB  |  72 lines

  1. BUTTONS - VISUAL BASIC CODE TO DESIGN BUTTONS FOR USE BY VB PROGRAMMERS
  2. -----------------------------------------------------------------------
  3. The programme allows you create the 'Up', 'Down' and 'Disabled' versions
  4. of buttons for inclusion in your own programmes.
  5.  
  6. Simply design the button face and the three different buttons are
  7. automatically created.
  8.  
  9. The buttons can be saved individually or can added to a master bitmap
  10. that can hold all your buttons for a programme. If you save them to a
  11. master bitmap, they can be reloaded into the programme at a later date
  12. to be extracted or edited.
  13.  
  14. Why not keep all your commonly used buttons in one BMP file to save space
  15. on your disk.
  16.  
  17. =============================================
  18.  
  19. 'BUTTONS' is supplied as a self extracting archive, BUT_ZIP.EXE
  20.  
  21. To use the programme, copy this file README.TXT and BUT_ZIP.EXE to a
  22. directory of your choice and run BUT_ZIP.EXE. This will un-archive
  23. the following files.  
  24.  
  25. Buttons.bas
  26. Buttons.aid
  27. Buttons.mak
  28. Directry.frm
  29. frmbitma.frm
  30. frmbitma.frx
  31. frmbutto.frm
  32. frmbutto.frx
  33. frmmains.frm
  34. frmmains.frx
  35. frmnew.frm
  36. frmsave.frm
  37. frmsavb.frm
  38. frmupdat.frm
  39. frmHelp.frm
  40.  
  41. Once the files have been un-archived you can delete BUT_ZIP.EXE from
  42. the directory.
  43.  
  44. =============================================
  45.  
  46. The programme should work on VB ver 2.0 and above.
  47.  
  48. IF YOU HAVE VISUAL BASIC 2 -
  49. --------------------------
  50. Add the following two lines in the General Declaration section of
  51. BUTTONS.BAS
  52.     Const FALSE = 0
  53.     Const TRUE = Not FALSE  
  54.  
  55.  
  56. IF YOU HAVE VISUAL BASIC 3.xx
  57. ------------------------------
  58. I have disabled the font selection function in frmbutto.frm,
  59. which requires VB 3.0, but I have left the code in place. You
  60. just need to load CMDIALOG.VBX and remove the apostrophes from
  61. the code. Full details on how to enable the fonts are displayed
  62. if you click the 'Fonts' button after selecting 'Add Text'.
  63.  
  64.  
  65. I hope you enjoy the programme.
  66.  
  67.     G.Fairchild
  68.     11 Cressall Close
  69.     Leatherhead
  70.     Surrey
  71.     KT22 7DZ
  72.